home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
actvdemo.dir
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
209 b
|
14 lines
global gNextMovie, gNextEXE
on exitFrame
set gNextEXE to the pathName & gNextMovie
unLoad()
startTimer()
repeat while the timer < 120
nothing()
end repeat
open(gNextEXE)
beep()
quit()
end